Use WebGL instead of just plain canvas drawing
Nobody has claimed this yet.
- Dominant language
- CoffeeScript
- Stars
- 65
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
As I discussed recently with @skorlir and @qiemem, WebGL would, in many ways, be a preferable technology to use for the NetLogo View, since WebGL would use the machine's GPU efficiently and be very fast, as well as also providing nicer ways of doing some of the odd graphical things that we need to do in the View (e.g. using follow to keep a particular turtle in the center of the View while still respecting the wrapping of the topology).
However, I am currently considering this issue to be of low priority. It definitely should not be included in the 1.0 release. Right now, I think that we should hold off on it, because (a) it is a major change, and (b) I feel that browsers have not been supporting WebGL well for long enough that we can reasonably expect 90+% of our users to be able to run this with correct behavior and without them having to manually enable WebGL. Let's give this one some more time before acting on it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue proposes replacing the NetLogo View's plain canvas drawing with WebGL for GPU use and improved graphical behavior. No files, tests, or concrete implementation scope are named; first map the current View renderer, and consider the work complete only when the required behavior works correctly in supported browsers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- coffeescript
- Domain
- computer-graphics, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100