Skip to content

Instantly share code, notes, and snippets.

View ankitpriyarup's full-sized avatar
🎯
Focusing

Ankit Priyarup ankitpriyarup

🎯
Focusing
View GitHub Profile

Google Summer Of Code 2019 - Godot Engine

It was an incredible learning experience with GSoC and Godot Engine! I can’t believe three months have passed so quick that I’m writing this final report, summarizing all the exciting work I did in these Summers (27 May - 26 Aug 2019).

Project Name: GDScript Language Server
Student: Ankit Priyarup (@ankitpriyarup)
Mentors: Geequlim (@geequlim) and Jiacheng Lu (@jason0214)

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <GL/glew.h>
#include <GL/freeglut.h>
#include <GL/gl.h>
void display(void)
{
glClear (GL_COLOR_BUFFER_BIT);

It was an incredible learning experience with GSoC and Godot Engine! I can’t believe three months have passed so quick that I’m writing this final report, summarizing all the exciting work I did in these Summers (27 May - 26 Aug 2019).

Project Name: GDScript Language Server Student: Ankit Priyarup (@ankitpriyarup) Mentors: Geequlim (@geequlim) and Jiacheng Lu (@jason0214) Repositories:

Student Server Working Branch: https://github.com/ankitpriyarup/godot/tree/lsp Mentor Server Working Branch: https://github.com/GodotExplorer/godot/tree/gdscript-lsp Student Client Working Branch: https://github.com/ankitpriyarup/godot-tools/tree/lsp-client

It was an incredible learning experience with GSoC and Godot Engine! I can’t believe three months have passed so quick that I’m writing this final report, summarizing all the exciting work I did in these Summers (27 May - 26 Aug 2019).

Project Name: GDScript Language Server
Student: Ankit Priyarup (@ankitpriyarup)
Mentors: Geequlim (@geequlim) and Jiacheng Lu (@jason0214)
Repositories:

Introduction