jffhn
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
When copying or resizing between buffered images, doing multiple calls to drawImage() can be preferable to a single call on the destination image's graphics. The most obvious reason is speed-up with parallelization,…
-
A 150kb jar, usable either from code or from command line, to compute packages/classes cycles from class/jar files, and things around that (dependencies paths, strongly connected components, etc.):…
-
Hi. BWD is a simple 2D UI API to abstract away UI libraries, by defining types and interfaces corresponding to related basic concepts and use cases (UI thread scheduling, windowing and related events, graphics (drawing…