Pixli is a 3D game engine built in Rust with wgpu for cross-platform graphics (Vulkan, DirectX 12, Metal). It provides an entity-component system (ECS), PBR lighting with shadows, SSAO, bloom, unlit/lit pipelines, physics (AABB/sphere colliders, rigid bodies), and audio via rodio.
Laufuscator is a powerful Lua code obfuscator that transforms your scripts into heavily protected bytecode using a custom virtual machine. It employs multiple layers of encryption, anti-tampering measures, and code transformation techniques to make reverse engineering extremely difficult.
Laufuscator is a powerful Lua code obfuscator that transforms your scripts into heavily protected bytecode using a custom virtual machine. It employs multiple layers of encryption, anti-tampering measures, and code transformation techniques to make reverse engineering extremely difficult.
Apex is a modern systems programming language that combines the safety of Rust with the expressiveness of modern high-level languages. Built on LLVM, Apex compiles to native machine code with zero runtime overhead while providing strong compile-time guarantees through its advanced type system and borrow checker.
NeuroxAI is a high-performance neuromorphic computing platform that simulates biologically-realistic spiking neural networks. Built in Rust with CUDA acceleration, it implements state-of-the-art learning algorithms and cognitive architectures inspired by the human brain.
NyroDB is a next-generation database engine built from the ground up in Rust. It utilizes Zero-Copy Serialization, Asynchronous Batching, and Secondary Indexing to achieve performance that transcends modern understanding
smaller foot print aims for security and performance, im going to expans the library in next few weeks if you have any ideas or just bad things you dislike about it say it
I built this because I wanted the fine-grained reactivity of Solid/Svelte but with a mental model closer to what I was used to in React hooks.
The core idea is ditching the Virtual DOM entirely. The compiler (built as a Vite plugin) transforms the JSX directly into DOM instructions.
- Runtime is < 3kb.
- Updates are O(1) (targeted node updates).
- 800+ downloads on npm in the first 12h (unexpectedly!).
Currently working on stabilizing the ecosystem (router, CLI).
The compiler logic is in `packages/vite-plugin-velox` if you want to roast my code.
Happy to answer any questions about the implementation!
Velox is a next-generation web framework designed for ultimate performance and developer experience. Unlike traditional frameworks that rely on heavy Virtual DOM diffing, Velox compiles your declarative JSX directly into surgical DOM operations. The result is an application with O(1) updates and a runtime that is barely there.