Git Product home page Git Product logo

dynamicwallpaper's Introduction

Hi there ๐Ÿ‘‹

I'm JCM and mostly I'm just writing small and useless Java programs :D

Top Langs

Reach out to me over

What I am currently working on

  • manipulating textures and meshes in games that don't want to be manipulated (see cheeky-imp for some tools)
  • other reverse engineering stuff, especially about Overwatch
  • a simple Discord Bot
  • another Discord Bot that takes GLSL source code and renders with it

What I am currently learning / trying to learn

  • Vulkan
  • C++ (sort of)
  • Machine Learning
  • RISC V (understanding the architecture and stuff)
  • 3D rendering

Feel free to ask me questions about

  • standard Java
  • very basic processor architecture
  • basic networking
  • Minecraft modding

dynamicwallpaper's People

Contributors

jncrmx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dynamicwallpaper's Issues

DiscordOverlay can crash with java.util.ConcurrentModificationException

This happens if the onlineUsers Map is modified while render(double) iterates over it.

Stacktrace:

Exception in thread "main" java.util.ConcurrentModificationException
	at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)
	at java.util.HashMap$EntryIterator.next(HashMap.java:1479)
	at java.util.HashMap$EntryIterator.next(HashMap.java:1477)
	at de.jcm.dynamicwallpaper.extra.DiscordOverlay.render(DiscordOverlay.java:306)
	at de.jcm.dynamicwallpaper.DynamicWallpaper.loop(DynamicWallpaper.java:632)
	at de.jcm.dynamicwallpaper.DynamicWallpaper.run(DynamicWallpaper.java:171)
	at de.jcm.dynamicwallpaper.DynamicWallpaper.main(DynamicWallpaper.java:816)

Ideas:

  • work synchronized
  • clone the Map before iterating over it
  • Is there an Iterator that is separated from the Map?

Discord Game SDK does not work on 32-bit systems

Two reasons:

  1. We don't load Discord's 32-bit library. We need to change de.jcm.dynamicwallpaper.extra.DiscordOverlay#downloadDiscordLibrary to fix this.
  2. The Java binding library has no 32-bit native libraries. I need to update the library to load 32-bit natives, and actually build and upload those.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.