Popularity
1.7
Declining
Activity
0.0
Stable
17
2
0
Programming language: Kotlin
License: Apache License 2.0
Tags:
Graphics
Latest version: v0.4
glimpse-framework alternatives and similar libraries
Based on the "Graphics" category.
Alternatively, view glimpse-framework alternatives based on common mentions on social networks and blogs.
-
openrndr
OPENRNDR, a framework for creative coding in Kotlin. Accelerated 2D and 3D graphics, vector graphics, shaders and animation -
modern-jogl-examples
port of 'Learning Modern 3D Graphic Programming' by J.L.McKesson (jogl) -
orx
ORX is a collection extras for OPENRNDR which add support for sensors, live-coding, user interfaces and much more. -
kotlin-unsigned
Unsigned operators and boxed types (Ubyte, Uint, Ulong and Ushort) for unsigned support. -
learn-OpenGL
port of https://learnopengl.com/ tutorial (lwjgl) -
kaifu2x
Waifu2x port to Kotlin as library and CLI. Convolutional-neural-network based upscaler for Anime-like images and noise/artifact reduction.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
Do you think we are missing an alternative of glimpse-framework or a related project?
README
GlimpseFramework
OpenGL made simple
Key features
- points, vectors, matrices
- models and model builders
- colors
- textures
- materials
- shaders
- cameras
- lights
- animations – planned
- Blender OBJ files support
- Android support
Preview application
To run Glimpse Framework Preview application, execute the command:
./gradlew clean build run
Some of the resources used by the application are generated by Gradle scripts, so the application will not work properly when started from an IDE.
Examples
See our examples page.