HackerTrans
TopNewTrendsCommentsPastAskShowJobs

leoncvlt

no profile record

Submissions

Peter Talisman: Lord of the Harvest

petertalisman.quest
1 points·by leoncvlt·قبل 5 سنوات·1 comments

comments

leoncvlt
·قبل سنتين·discuss
Not new, but always enjoy occasionally checking what Rek and Devine are up to @ 100 rabbits: https://100r.co/
leoncvlt
·قبل سنتين·discuss
If you get a kick out of 3D renderings of cells and molecules, you're gonna have a field day with the work done at https://random42.com/. PSA: I started working there as a 3D artist but now lead the interactive department. You'd be surprised at how much a good art direction really makes a difference in scientific visualization. Real-time graphics advanced considerably in the last couple years but it's always a challenge to transport that nice, smooth pre-rendered look over to mobile devices and the web at 60 frames per second (90 on virtual reality headsets, to boot...)
leoncvlt
·قبل 4 سنوات·discuss
I'm coding on a 1080p screen and I still very much prefer pixel-perfect fonts - Terminus (https://files.ax86.net/terminus-ttf/) has been my font of choice, with proggy clean being a close second (use it for terminal panels and such). I see the site has a filter toggle to show those but with modern browser forcing anti-aliasing on all text, that's pretty uselesas.

On a related note, I noticed that there are a few fonts which seems to ignore system-wide or browser-wide antialiasing settings - one example would be the "MS Gothic" font, visible on this site: https://fountainofdreams.net/ where all text is crisp as hell. Why is this?
leoncvlt
·قبل 4 سنوات·discuss
For those who might be interested, I wrote an introductory book to HaxeFlixel at https://discover-haxeflixel.com/ which was "blessed" by the devs (we gave away tons of copies during an HaxeFlixel IndieGoGo, plus there's a link to the book in the official docs as well)
leoncvlt
·قبل 4 سنوات·discuss
https://leoncvlt.com/

Nothing special, it's basically a host for my (not exactly up to date) resume, a couple projects, and my github.

I do, however, take pride in its pleasant minimalism and the fact that it's blazing fast - mostly out of being html-only, with all "pages" actually embedded in a single file - it was generated from a single markdown file using https://github.com/leoncvlt/imml
leoncvlt
·قبل 5 سنوات·discuss
Love this! Some time ago I created a tool to make similar one-page sites by parsing a markdown file: https://leoncvlt.github.io/imml/

It's also available as a library / on the command line: https://github.com/leoncvlt/imml
leoncvlt
·قبل 5 سنوات·discuss
On a similar vein, I'm a fan of water.css for small / quick projects: https://watercss.kognise.dev/
leoncvlt
·قبل 5 سنوات·discuss
Quoting the creators on reddit[1]: "We (Ben West & Joseph Pleass) just finished our first game, Peter Talisman: Lord of the Harvest, accompanying the album by our friends Slugabed and Samuel Organ. It's browser-based and about 40 minutes long. You'll guide Peter Talisman and Arthur Portal-Dolmen to uncover the sentimental sediment that lies across the great plane of corn."

[1]:https://www.reddit.com/r/incremental_games/comments/qqvyvx/p...
leoncvlt
·قبل 5 سنوات·discuss
I usually put https://pypi.org/project/taskipy/ in my poetry dev dependencies to achieve this - then I can just run `poetry run task start`