Embed Doom in Java with GraalVM Wasm

PoC of running Doom on top of GraalVM. Contribute to stepstone-tech/doom-graalvm development by creating an account on GitHub. Read more

Similar

Nth Fibonacci Number Using Java Recursion

There are certain problems that just make sense to solve using Java Recursion. Demonstrating Fibonacci Series is one of them. Let’s take a look at something called Fibonacci series. Here are the first few numbers of this series:0, 1, 1, 2, 3, 5, 8, 13, 21... (more…)

Read more »

Java Agents

 Java Agents are an interesting capability of the JVM. Agents can either be Static(Load when the java app starts with a special flag) or the... (more…)

Read more »