Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed ValaGL.Core and updated code #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@ ensure_vala_version("0.16" MINIMUM)

include(ValaPrecompile)
vala_precompile(VALA_C ${EXEC_NAME}
ValaGL.Core/Camera.vala
ValaGL.Core/MatrixMath.vala
ValaGL.Core/GeometryUtil.vala
ValaGL.Core/GLProgram.vala
ValaGL.Core/VBO.vala
ValaGL.Core/IBO.vala
ValaGL.Core/CoreError.vala
#ValaGL.Core/Util.vala
src/settings.vala
src/demoswitcher.vala
src/fft_streamer.vala
src/graphics.vala
Expand Down
84 changes: 0 additions & 84 deletions MinimalTriangle.vala

This file was deleted.

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# SESH

> never do what I have done
> never use undocumented apis and trash code from 2013 to learn opengl

OpenGL Visualizer for elementary OS. (Pre-Alpha)

- Connects to noise
- OpenGL rendering with GLepoxy

## Building

```
sudo apt install libgstreamer-1.0-dev
```

## Resources

*openGL wiki*
Expand Down
203 changes: 0 additions & 203 deletions ValaGL.Core/Camera.vala

This file was deleted.

44 changes: 0 additions & 44 deletions ValaGL.Core/CoreError.vala

This file was deleted.

Loading