From 235cbc46a64ac63fd53df8a39a8681a8fcea2848 Mon Sep 17 00:00:00 2001
From: Ludovic Pouzenc <ludovic@pouzenc.fr>
Date: Sun, 1 Sep 2019 21:54:50 +0200
Subject: Initial import. First working main loop.

Switching from scene to scene is done.
Loading image to SDL, download SDL texture from VRAM to RAM is done.
caca background from SDL texture is "done".
GL drawing is not yet tried. Considering OpenGL3 + shaders.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 .gitignore

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3d1317d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+demoscene-eo
-- 
cgit v1.2.3