TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Tramway SDK – An unholy union between Half-Life and Morrowind engines

660 点作者 racenis5 个月前
Hello everyone, I would like to see if there is any interest in this little project that I have been working on for the past few years.<p>Could be relevant, seeing the direction in which the mainstream game engines are going.<p>I didn&#x27;t really like any of the already existing options, so I tried to make my own and it turned out to be easier than expected.<p>It&#x27;s sort of like a low-budget Unreal&#x2F;Source, but with open-world streaming support and it is free and open source. Very old-school. But optimized for more modern hardware. Very fast too.<p>Still not production ready, but it seems like it is mostly working.<p>I want to finish a few larger projects with it to see what happens.<p>Btw, the name is probably temporary.

53 条评论

mlekoszek5 个月前
&quot;<i>Some might say &quot;just get a better computer&quot;. This is why getting a better computer is bad:<p>1. Affordance: A lot of people, especially from 3rd world countries are very poor and can&#x27;t afford to buy hardware to run Turbobloat.<p>2. e-Waste: Producing computer chips is very bad on the environment. If modern software wasn&#x27;t Turbobloated you would buy new hardware only when the previous hardware broke and wasn&#x27;t repairable.<p>3. Not putting up with Turbobloat: Why spend money on another computer if you already have one that works perfectly fine? Just because of someone else&#x27;s turbobloat? You could buy 1000 cans of Dr. Pepper instead.&quot;</i><p>Took the words from my mouth. What a great project. Please keep posting your progress.
评论 #42625727 未加载
评论 #42626976 未加载
评论 #42627100 未加载
评论 #42631934 未加载
tsumnia5 个月前
&quot;A thing should be a thing. It should not be a bunch of things pretending to be a single thing. With nodes you have to pretend that a collection of things is a single thing.&quot;<p>Just want to say this line was great, very Terry Pratchett. Feels like something Sam Vimes would think during a particularly complex investigation. I love it and hope you keep it moving forward.<p>Haven&#x27;t gotten a chance to mess around with it, but I have some ideas for my AI projects that might be able to really utilize it.
评论 #42625311 未加载
评论 #42627152 未加载
评论 #42625466 未加载
评论 #42626370 未加载
评论 #42632790 未加载
评论 #42642398 未加载
amjoshuamichael5 个月前
I&#x27;m starting to believe there is an external force that drives down the quality of game engines over time. In most tech, the things that catch on are the things that are the easiest to develop curriculum for. The shape of a node-based editor like Unity is uniquely suited to explaining over a number of classes. (Source: I had to learn Unity at my University) On the other hand, an engine like raylib can be grokked in an afternoon, so a university-level raylib class wouldn&#x27;t work. So you have all these amateur game developers and programmers coming out of diploma mills, and all they know is Unity&#x2F;Unreal, so companies hire Unity&#x2F;Unreal, so universities teach it, etc. See also: Java being popular. Then of course, all these companies have wildly different needs for their Unity projects, so Unity, being a for-profit company that serves its customers and not a single disgruntled programmer, has to conform their engine. So you end up with &#x27;turbobloat.&#x27; (amazing term, btw)<p>The Half-Life and Morrowind engines are in a unique situation where they&#x27;re put together by enthusiastic programmers who are paid to develop stuff they think is cool. You end up with minimal engines and great tech, suited to the needs of professional game developers.<p>This seems like something that sits in between a raylib and a Unity. I haven&#x27;t used it, but I worry that it&#x27;s doesn&#x27;t do enough to appeal to amateur programmers, but it does too much to appeal to the kind of programmer who wants a smaller engine. I could be very wrong though, I hope to be very wrong. Seems like the performance here is very nice and it&#x27;s very well put together. There&#x27;s definitely a wave of developers coming out frustrated from Unity right now. As the nostalgia cycle moves to the 2000&#x27;s, there&#x27;s a very real demand to play and create games that are no more graphically complex than Half-Life 2.<p>Anyway, great project. Great web design. Documentation is written in a nice voice.
评论 #42628190 未加载
评论 #42627534 未加载
评论 #42627492 未加载
评论 #42634184 未加载
评论 #42631229 未加载
评论 #42632410 未加载
rootnod35 个月前
I wholeheartedly agree with the turbo bloat problem. Machines are so much more powerful nowadays, but most programs feel actually slower than before.<p>Very cool project. And the website design is A+
评论 #42627112 未加载
评论 #42625035 未加载
fidotron5 个月前
&gt; Most Unity games look like very bad, even with fancy shaders, normal mapping and other techniques.<p>This seems to be an increasingly common point of view among those of a certain age.<p>It is definitely the case that the art of a certain sort of texture mapping has been lost. The example I go back to is Ikaruga, where the backgrounds are simply way better than they have any right to be, especially a very simple forest effect early on. Some of the PS2 era train simulators also manage this.<p>The problem is these all fall apart when you have a strong directional light source like the sun pointed at shiny objects, and the player moves around. If you want to do overcast environments with zero dynamic objects though you totally could bypass a lot of modern hacks.
评论 #42625785 未加载
评论 #42627253 未加载
评论 #42629165 未加载
评论 #42628221 未加载
robertlagrant5 个月前
I replayed Half-life 2 recently and was struck, even without high-res texture packs, how amazing the game still looks today.
评论 #42624761 未加载
评论 #42625380 未加载
评论 #42624723 未加载
评论 #42625709 未加载
评论 #42625238 未加载
评论 #42627091 未加载
评论 #42625230 未加载
mr_briggs5 个月前
As someone currently working with a little team trying to make low-poly games using Godot - this is awesome!<p>&gt; <i>Also when creating things with nodes, you have to go back and forth between node GUI and code.</i><p>&gt; <i>All of the mainstream engines have a monolithic game editor. It doesn&#x27;t matter how many features you use from it, you still have to wait 10 minutes for all of them to load in.</i><p>These notes really resonated; the debug loop even with Godot, using minimal fancy features, felt a lot slower than other contexts I&#x27;ve programmed in. Multiple editors working around a single data file spec is also a cool idea! In finding that a unified IDE makes it easier for different developers to create merge conflicts, I could see having editors of a more specific purpose may also help developers of different roles limit the scope and nature of their changes. Keen to see how the engine progresses!
评论 #42630442 未加载
smcl5 个月前
You reference &quot;Turbobloat&quot; and engines being &quot;bloated&quot; - which is to some extent fair. But it is maybe worth describing what that means to you - what features you consider &quot;bloat&quot; and which you have omitted from the Tramway project. To some the inclusion of an RPG framework may be considered bloat, for example, yet there is one present in Tramway.
评论 #42628175 未加载
0xEF5 个月前
&gt; This article will cover the usage of the framework for beginners who are either scared of C++ or just bad at it<p>I&#x27;m in the latter camp and want to thank you for your &quot;Getting Started&quot; Page. The teapot appeared and I understood things I did not think I would understand. I do not have time to finish your tutorial at the moment (due to only having 30 whole minutes for lunch), but I <i>want to,</i> which says more about how entertaining and accessible it is than anything.
TehCorwiz5 个月前
Did anyone else find the Design Patterns page? It&#x27;s a score board with a goal at 100%. I love this so much.
评论 #42625288 未加载
评论 #42625067 未加载
gleenn5 个月前
It only supports up to 800x600 resolution? For real? I know people like low res games and this is targeting old hardware but that is surprisingly low to me given the touting of how optimized this is.
评论 #42626595 未加载
tiborsaas5 个月前
Can you make it a bit less photorealistic? I&#x27;m afraid that people would confuse reality with the games created with it and it could pose a danger to society.<p>Do you plan to create some videos showing the process of setting up a basic example?
davikr5 个月前
Very cool! There need to be more options for developers with lower-end boxes, for gamers with low-end hardware. Unreal Engine 5 is a lost cause nowadays without 64GB of RAM, Unity is a mess and there need to be more options than Godot.
评论 #42626759 未加载
评论 #42626666 未加载
jheriko5 个月前
Good. This is exactly what I&#x27;ve been complaining about for decades now...<p>I also have my own engine although it needs some refurbishment. I&#x27;ve never quite found the time to polish it to a point where it can be sold. It also runs on tiny old devices, although if you limit yourself to desktop hardware, that means anything from the last 30 years or so. It also has a design that allows it to load enormous (i.e. universe scale) data by streaming with most often an unperceptable loading time... on the iPhone 4 in about 200ms you are in an interactive state which could be &quot;in game&quot;.<p>Unity and Unreal are top-tier garbage that don&#x27;t deserve our money and time. The bigger practical reason to use them is that people have experience and the plugin and extension ecosystems are rich and filled with battle tested and useful stuff.<p>bespoke big company engines are often terrible too. Starfield contains less real world data than my universe app, but somehow looks uglier and needs a modern PC to run at all. mine runs on an iPhone 4, looks nicer and puts you in the world in the first 200ms... you might think its not comparable but it absolutely is, all of the same techniques could be applied to get exactly the same quality of result with all their stacks and stacks of art and custom data - and they could have a richer bunch of real world data to go with it!
评论 #42626191 未加载
bityard5 个月前
I don&#x27;t know anything about game programming but I quite approve of your sense of humor.
amlib5 个月前
You said it&#x27;s compatible with hardware from 15 years ago, but one of the examples have the graphical complexity of half-life from about 25 years ago, could this engine be optimized further to run on hardware from that vintage or at least closer to? Would be pretty cool making games that can run on a Ryzen 9950x 32 thread monster but scale all the way down to a 1Ghz Pentium III and a Voodoo 3.
评论 #42625307 未加载
whalesalad5 个月前
Just wanna say the website aesthetic is legendary. Very on brand.
评论 #42626558 未加载
评论 #42624259 未加载
andai5 个月前
This is really cool. You should organize a game jam for it.<p>How is the wasm support? My main issue with Godot was large bundle sizes and slow load times. (GameMaker kicks its ass on both, but I never got the hang of it.)
评论 #42624920 未加载
the__alchemist5 个月前
From the perspective of someone who&#x27;s dabbled in 3D graphics, and has made an engine for 3D visualizations for my science projects:<p>What is blocking this from high resolutions, and dynamic or smooth lighting? The former is free, and you can do the latter in Vulkan&#x2F;Dx&#x2F;Metal&#x2F;OpenGl etc using a minimal pixel and fragment shader pair.
评论 #42627930 未加载
LordDragonfang5 个月前
&gt; But what if all that you really want to make is just a lowpoly horror roguelite deckbuilder simulator?<p>Is this a reference to Inscryption?
divs12105 个月前
Neat project!<p>By the way, to see a great example of how a modern game can be made using the classic Half Life engine, look at the fan made game Half Life: Echoes [1].<p>It actually looks pretty decent, and the gameplay is top notch.<p>[1] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=fBQKi6vGX8U" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=fBQKi6vGX8U</a>
ozornin5 个月前
&gt; It does what Godoesn&#x27;t.<p>&gt; I am not reinventing the wheel, I am disrupting the wheel industry.<p>I am laughing out loud
golergka5 个月前
&gt; When all of the patterns get used, I will delete the project and rewrite it in Rust. With no OOP.<p><a href="https:&#x2F;&#x2F;racenis.github.io&#x2F;tram-sdk&#x2F;patterns.html" rel="nofollow">https:&#x2F;&#x2F;racenis.github.io&#x2F;tram-sdk&#x2F;patterns.html</a><p>Love it.
评论 #42625762 未加载
jonny_eh5 个月前
&gt; Btw, the name is probably temporary<p>It&#x27;s announced, and the name is fine, so it&#x27;ll stick :)
alexvitkov5 个月前
Love the entity init-&gt;use-&gt;yeet cycle. Fantastic terminology, may steal it.<p><pre><code> void Entity::Yeet() { yeetery.push_back(this);</code></pre>
desireco425 个月前
I love the retro aesthetic of your website - it perfectly matches the spirit of the project. The detailed documentation and transparent roadmap on GitHub are excellent. It&#x27;s clear you&#x27;ve put a lot of thought and effort into making this accessible for developers. Great job on the presentation overall!
pmichaud5 个月前
This looks really cool, great work. One thing I want to preregister though: I bet against the whole Entity subclass thing. 60% of the way through the first serious-business project, you&#x27;re going to RUE THE DAY. I&#x27;ll look forward to seeing what people do :)
CodeCompost5 个月前
This sounds pretty cool! I like the name too, I would keep it like that.
rideontime5 个月前
This website rules.
purple-leafy5 个月前
This is a really cool project, and I love the writing style.<p>I am also in the early days of writing a very primitive 2.5D Raycasting engine [0] (think Wolfenstein3D) and have just got to texture mapping. Very fun<p>Its open source and written in C, a pretty small and easy to follow codebase so far<p>[0]- <a href="https:&#x2F;&#x2F;github.com&#x2F;con-dog&#x2F;2.5D-raycasting-engine&#x2F;blob&#x2F;master&#x2F;README.md">https:&#x2F;&#x2F;github.com&#x2F;con-dog&#x2F;2.5D-raycasting-engine&#x2F;blob&#x2F;maste...</a>
65105 个月前
Could call it Mega McBloatface(?)<p>The demo(s) should be linked from the page so that HN can complaint that the game is to hard.<p><a href="https:&#x2F;&#x2F;racenis.itch.io&#x2F;sulas-glaaze" rel="nofollow">https:&#x2F;&#x2F;racenis.itch.io&#x2F;sulas-glaaze</a><p><a href="https:&#x2F;&#x2F;racenis.itch.io&#x2F;froggy-garden" rel="nofollow">https:&#x2F;&#x2F;racenis.itch.io&#x2F;froggy-garden</a><p>It runs well in Firefox on my low end laptop.
wizzwizz45 个月前
Can you add the rule:<p><pre><code> @media (prefers-reduced-motion) { .animated { display: none; } } </code></pre> to the page, please? no_gifs.css is alright, but I need to visit the page (and run JavaScript) before I can find and click it, and by that point the damage is done.
csh6025 个月前
The writeup, demos and proofs of concept, along with transparent roadmap&#x2F;todos on the GitHub page are top notch. Great presentation. I definitely see myself trying this.<p>This is evidence of a great moment in modern indie game dev: the power of fun and simple prototyping.
HeckFeck5 个月前
This is fantastic, actually. I love that this will let us create games in the late 90s FPS style but with all the niceties of modern hardware. Now if only I had any skill in 3d modelling...
01HNNWZ0MV43FF5 个月前
Typo, &quot;Trawmay&quot;<p>&gt; Everyone always says that you &quot;shouldn&#x27;t create an open-world RPG&quot;, but that&#x27;s just because they have never tried using the Trawmay SDK.<p>Love it &lt;3
dxuh5 个月前
I have very similar, strong opinions about game engines and I think this is a great project. I am definitely going to mess around with this after work today.
pyrolistical5 个月前
Makes me wonder how far can we go with simple but high quality light maps.<p>It a practical way to bring global illumination to the masses without real time ray tracing
whs5 个月前
I saw &quot;fixed function pipeline&quot; and immediately think of RTX Remix. This could&#x27;ve been raytracing modded in to add Turbobloat lol
superconduct1235 个月前
I think a project like this is a good idea with the popularity of retro 3d games and &quot;de-makes&quot; now days<p>Using a modern engine seems overkill
pryelluw5 个月前
I fucking love this!<p>Hope some initial tutorials become available. I’ll gladly contribute some but I need a little guide to get started.
stevage5 个月前
Wait, so what is the bit about Morrowind and Half life? Doesn&#x27;t seem to be mentioned anywhere.
desertraven5 个月前
This is great! I&#x27;m wondering if there&#x27;s anything on the roadmap for multiplayer support?
irskep5 个月前
racenis, what program did you use to draw the header graphic?<p>I dream of a Mac port, but it&#x27;s beyond my skills.
评论 #42632620 未加载
pelagicAustral5 个月前
Can this be used as an alternative to Hammer to develop HL maps&#x2F;mods?
评论 #42625057 未加载
0xdeadbeefbabe5 个月前
I like the name. It&#x27;s the SDK that gives the name meaning anyway.
to-too-two5 个月前
Damn this looks sweet! I’m gonna check this out. Cool project!
0xdeadbeefbabe5 个月前
Why aren&#x27;t more people commenting about Dr. Pepper?
andrea765 个月前
Can it run on a MS-DOS machine with 640 KB of RAM?
Baguette52425 个月前
Don&#x27;t understand shit, but congrats on the website. Is this React 19 ?
thetoon5 个月前
That would call for a Wii port ;)
ppage5 个月前
love the revolving toilet
评论 #42631709 未加载
评论 #42633057 未加载
skilning5 个月前
I can&#x27;t decide if this article is satire.
9999000009995 个月前
License?<p>You&#x27;ve obviously put a lot of effort into this, but I&#x27;m always lost at how people publish something open source and forget to actually put a license on there. Since now it&#x27;s technically closed source, hypothetically if you become a monk in the woods next week no one else can fork your code
评论 #42624425 未加载
评论 #42624432 未加载
评论 #42624384 未加载