lwjgl3ify
manifold
lwjgl3ify | manifold | |
---|---|---|
6 | 102 | |
204 | 2,578 | |
2.9% | 1.5% | |
7.1 | 9.3 | |
2 days ago | 18 days ago | |
Java | Java | |
GNU Lesser General Public License v3.0 only | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lwjgl3ify
- Archiving Steam games for fun and profit
-
Java 21 makes me like Java again
At least you can now run Minecraft 1.7.10 on Java 17 - https://github.com/GTNewHorizons/lwjgl3ify
-
Create: New Horizons...?
The "backport" in question is lwjgl3ify, plus a fuckton of forks of ancient mods + endless mixins into ARR mods in the form of Hodgepodge.
- Downloading the most recent update of Multimc causes my GTNH to not be launch-able. Any solutions to this?
-
Just wanted to post about "voldeloom", a tool for compiling Forge 1.3/1.4/1.5/1.6/1.7 mods i've been poking at for the last couple months
GTNH does have a way to run new Java on 1.7.10, probably can be ported to other versions too ;) https://github.com/GTNewHorizons/lwjgl3ify
-
Java Version 9+ on Minecraft 1.7.10?
It's called lwjgl3ify
manifold
-
My Database Is My Application: Rethinking Webhook Logic with DuckDB and SQL
Yep. Using DuckDB against conventional data sources such as JSON and CSV or even Parquet has amazing potential. Paired with manifold[1]--a Java library that makes it all type safe--and it's a game changer.
1. https://github.com/manifold-systems/manifold/blob/master/doc...
- Show HN: Toward Nirvana with Optional Parameters
-
Instant SQL for results as you type
Cool tool, even cooler when paired with the manifold project for SQL[1], which has fantastic support for type-safe, native DuckDB syntax.
1. https://github.com/manifold-systems/manifold/blob/master/man...
-
Growing a Language, by Guy Steele [pdf]
Agree 1000%
There’s a Java compiler plugin[1] that muscles in operator overloading pretty comprehensively, and works with all LTS JDKs.
1. https://github.com/manifold-systems/manifold/tree/master/man...
-
Why F#?
Agreed. Type providers bring metaprogramming to F# in a way that’s both powerful and innovative. The concept is amazing, enabling a new frontier for dynamically extending type safety. My only surprise is how little fanfare it has received since its introduction.
For a more pragmatic take on static metaprogramming, the [manifold project](https://github.com/manifold-systems/manifold) for Java is worth a look. Unlike F#, which leans toward expansive schemas, Manifold focuses on contained, compile-time integrations—handling JSON, XML, SQL, GraphQL, and even other languages in a seamless, type-safe way.
-
Frink
force == 49.035 N // true
1. https://github.com/manifold-systems/manifold/tree/master/man...
-
The DuckDB Local UI
I’ve been using IntelliJ’s JDBC-based UI, this will add a lot more capability. I’m using the manifold-sql[1] project with duckdb for analytics, amazing.
1. https://github.com/manifold-systems/manifold/blob/master/doc...
-
Exploring Polymorphism in C: Lessons from Linux and FFmpeg's Code Design
http://manifold.systems/
> Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
Neat tool. It is like having a programmable compiler built into your language.
- Show HN: Optional parameters and named arguments for Java
-
Rails is better low code than low code
Yep. They demo great, but unless your use case is on the trivial end, you either find yourself making unreasonable compromises or, if the tool provides API escapes, you’re not only coding, but hacking against the tool.
In my view, mainstream languages like Java should offer static metaprogramming for library authors to make tooling like Rails possible and more approachable in IDEs.
The manifold project[1] has something like this for SQL, but it’s obviously providing its own static metaprogramming layer over Java. Shrug.
1. https://github.com/manifold-systems/manifold/blob/master/man...
What are some alternatives?
FizzBuzzEnterpris
java-oo - Java Operator Overloading
flix - The Flix Programming Language
factor - Factor programming language
PojavLauncher - A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for Android platform.
pfr - std::tuple like methods for user defined types without any macro or boilerplate code