]> O.S.I.I.S - jp/crowedit.git/commit
basic scrolling text editor
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 2 Apr 2017 11:58:42 +0000 (13:58 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 2 Apr 2017 11:58:42 +0000 (13:58 +0200)
commit49d1b102c587d9e59026448e8536a9f71b2e4917
tree61f8902e4d6ec9c24ddc1773c18dacb207243703
parent38aee32ca946f51db4ab34c5eac0944824dd8a9c
basic scrolling text editor
14 files changed:
CrowEdit.cs [deleted file]
CrowEdit.csproj
OpenGL/Extensions.cs [new file with mode: 0644]
OpenGL/Shader.cs [new file with mode: 0644]
OpenGL/Texture.cs [new file with mode: 0644]
OpenGL/vaoMesh.cs [new file with mode: 0644]
src/CrowEdit.cs [new file with mode: 0644]
src/CrowEditExtentions.cs [new file with mode: 0644]
src/CrowWindow.cs [new file with mode: 0644]
src/InterfaceControler.cs [new file with mode: 0644]
src/ScrollingObject.cs [new file with mode: 0644]
src/ScrollingTextBox.cs [new file with mode: 0644]
src/TextBuffer.cs [new file with mode: 0644]
ui/main.crow