Edwin Jakobs
Edwin Jakobs
Introduces robust predicates to improve tessellation stability and fixes several bugs introduced in the conversion from Javascript to Kotlin. Despite my numerous efforts at getting this to work identically to...
## Changes since 0.4.1 * Upgrade to Kotlin 1.7.10 * Replace Spek tests (#346) ### openrndr-application * Fix restartJVM for JVM 18 (https://github.com/openrndr/openrndr/commit/29beddc00d56409dd65b5d0f8c5f68dd28cfe42c) ### openrndr-draw * Add color buffer proxy...
### Operating System N/A ### OPENRNDR version 0.4.4 ### Java version (if applicable) N/A ### Describe the bug Texture parameters in shade style overwrite texture bindings of FontImageMapDrawer ### Steps...
# Changes Optimizations for the OpenGL back-end, mostly notable when OpenGL 4.5+ is available. ## Dependencies * Upgrade to Gradle 8.5 * Upgrade to Kotlin 1.9.21 * Upgrade to Nebula...
As the number of ORX modules is steadily increasing it may be helpful to provide a categorization or tagging system to guide users through the process of finding the modules...
Bumps the Kotlin version to 1.3.41 as I had problems using the kastree library in projects that are built against latest Kotlin.
When using newer `clickhouse-server` instances AORM fails to create tables because a deprecated statement syntax is used. For example it uses `CREATE TABLE tally_entity_table (date Date, tally_id Int32, trentity_id Int32,...
The documentation (https://llama-cpp-python.readthedocs.io/en/latest/api-reference/#llama_cpp.llama_cpp.llama_control_vector_apply) mentions > Apply a loaded control vector to a llama_context, or if data is NULL, clear the currently loaded vector. n_embd should be the size of a...
As it stands there is no way to either - query GLFW for the hotkeys that are used to for copy and paste actions, such that these actions be can...