initial commit, eq circuit emulator
authorEleni Hikiko <eleni@qurashee>
Fri, 18 Jul 2014 04:13:36 +0000 (07:13 +0300)
committerEleni Hikiko <eleni@qurashee>
Fri, 18 Jul 2014 04:13:36 +0000 (07:13 +0300)
commit0e2e8209f950a0a99bc08a0a6cc6896d304a7958
treed7ddcf350063d393cccfbec2f0e3a86a0e26f176
initial commit, eq circuit emulator
53 files changed:
COPYING [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
RUN [new file with mode: 0755]
data/7seg.png [new file with mode: 0644]
data/7seg_glow.png [new file with mode: 0644]
data/device.mtl [new file with mode: 0644]
data/device.obj [new file with mode: 0644]
data/envmap.png [new file with mode: 0644]
data/labels.png [new file with mode: 0644]
libs/libimago/COPYING [new file with mode: 0644]
libs/libimago/COPYING.LESSER [new file with mode: 0644]
libs/libimago/Makefile.in [new file with mode: 0644]
libs/libimago/README [new file with mode: 0644]
libs/libimago/build/vcconfig.bat [new file with mode: 0644]
libs/libimago/configure [new file with mode: 0755]
libs/libimago/imago-vs2012.sln [new file with mode: 0644]
libs/libimago/imago-vs2012.vcxproj [new file with mode: 0644]
libs/libimago/imago-vs2012.vcxproj.filters [new file with mode: 0644]
libs/libimago/imago.sln [new file with mode: 0644]
libs/libimago/imago.vcproj [new file with mode: 0644]
libs/libimago/install.bat [new file with mode: 0644]
libs/libimago/src/conv.c [new file with mode: 0644]
libs/libimago/src/file_jpeg.c [new file with mode: 0644]
libs/libimago/src/file_png.c [new file with mode: 0644]
libs/libimago/src/file_ppm.c [new file with mode: 0644]
libs/libimago/src/file_rgbe.c [new file with mode: 0644]
libs/libimago/src/ftype_module.c [new file with mode: 0644]
libs/libimago/src/ftype_module.h [new file with mode: 0644]
libs/libimago/src/imago2.c [new file with mode: 0644]
libs/libimago/src/imago2.h [new file with mode: 0644]
libs/libimago/src/imago_gl.c [new file with mode: 0644]
libs/libimago/test/Makefile [new file with mode: 0644]
libs/libimago/test/test.c [new file with mode: 0644]
src/bvol.cc [new file with mode: 0644]
src/bvol.h [new file with mode: 0644]
src/dev.cc [new file with mode: 0644]
src/dev.h [new file with mode: 0644]
src/fblur.cc [new file with mode: 0644]
src/fblur.h [new file with mode: 0644]
src/main.cc [new file with mode: 0644]
src/material.cc [new file with mode: 0644]
src/material.h [new file with mode: 0644]
src/mesh.cc [new file with mode: 0644]
src/mesh.h [new file with mode: 0644]
src/object.cc [new file with mode: 0644]
src/object.h [new file with mode: 0644]
src/objfile.cc [new file with mode: 0644]
src/scene.cc [new file with mode: 0644]
src/scene.h [new file with mode: 0644]
src/timer.cc [new file with mode: 0644]
src/timer.h [new file with mode: 0644]
src/vmath.h [new file with mode: 0644]