cepl.examples icon indicating copy to clipboard operation
cepl.examples copied to clipboard

Some examples for the CEPL library

Results 8 cepl.examples issues
Sort by recently updated
recently updated
newest added

``` CL-USER> (ql:quickload "cepl.examples") To load "cepl.examples": Load 1 ASDF system: cepl.examples ; Loading "cepl.examples" [package babel-encodings]......................... [package babel]................................... .................................................. [package cffi-sys]................................ [package cffi-callbacks].......................... [package cffi].................................... .................................................. [package cffi-features]........................... [package...

Running `(cepl.examples::run-em-all)` twice in succession results in `moving-triangles` failing with ``` Error Linking Program ERROR: Could not find transform feedback binding for '_FROM_VERTEX_STAGE_._VERTEX_STAGE_OUT_1.' ``` To run: ``` (ql:quickload :cepl.examples) (cepl:repl...

Quicklisp version of cepl and cepl.sdl2. Cloned cepl.examples. results in: System "rtg-math.vari" not found when I try to `(ql:quickload 'cepl.examples)`

SBCL 1.5.3 on linux. Loaded CEPL via quicklisp. cloned cepl-master version of cepl.examples repo. quickloading cepl.examples does not like classimp: ``` trying to link against unsupported version of assimp. 3.0-3.3.x...

Hi, I am trying to manually run the triangles example. ``` (defstruct-g pos-col (position :vec3 :accessor pos) (color :vec4 :accessor col)) (defun-g tri-vert ((vert pos-col)) (values (vector (pos vert) 1.0)...

Windows 10 Nvidia GTS450 with latest driver GNU Emacs 25.2.1 (x86_64-w64-mingw32) of 2017-04-24 SBCL 1.4.2, After (cepl:repl) In the terminal ``` ----------------- CEPL-REPL ----------------- # * ``` the OpenGL window...

We should pass the viewport size up to the shader. This would be way better if we could just have implicit viewport sizes and such. see here https://github.com/cbaggers/cepl/issues/123

bug