#vue
The Great Vue vs. Svelte JS Debate Finally Settled!*
https://philipjohnbasile.medium.com/the-great-vue-vs-svelte-debate-finally-settled-d805e3fe7dbc
A new tool is out : an IPv4 subnet calculator ! ๐ฅณ
Parse your IPv4 CIDR blocks and get all the info you need about your sub network.
https://it-tools.tech/ipv4-subnet-calculator
#ittools #javascript #typescript #vue #json #developers #tool #free #opensource #online #github #ip #cidr #netmask

#docker #github #online #opensource #free #tool #developers #json #vue #TypeScript #javascript #ittools
Awesome! I just ran across it-tools.tech on the r/selfhosted SR just a couple of days ago. And then this pops up in my Mastodon home timeline. Very cool, and quite an awesome toolset.
A new tool is out : a Docker run to Docker compose converter ! ๐ฅณ
Turns docker run commands into docker-compose files!
https://it-tools.tech/docker-run-to-docker-compose-converter
#ittools #javascript #typescript #vue #json #developers #tool #free #opensource #online #github #docker

๐ฅณ IT Tools has reached 1k GitHub stars! ๐
Thank you all for the support, it means a lot ๐
#ittools #javascript #typescript #vue #json #developers #tool #free #opensource #online #github

So after returning to #emacs after probably 20 years, I've successfully set up #orgmode and gotten familiar with using #magit
So no I want to set it up as an IDE for #vue development.
I have syntax highlighting with #vue-mode, but I don't have completion or error checking working and not sure how to get this.
Any good resources for this? I've installed company (and company-box), flycheck, and lsp-ui via the "Manage Emacs Packages", but no init.el additions.
This is with vanilla emacs.
A new tool is out : an Html wysiwyg editor ! ๐ฅณ
Online HTML editor with feature-rich WYSIWYG editor, get the source code of the content immediately.
https://it-tools.tech/html-wysiwyg-editor
#ittools #javascript #typescript #vue #json #developers #tool #free #opensource #online #github #wysiwyg #html

Camelot is hiring Front End Engineer
๐ง #html #javascript #nuxtjs #react #vue #cypress #css
๐ Remote; Chalandri, Greece
โฐ Full-time
๐ฐ $95k - $210k (Estimate)
๐ข Camelot
Job details https://jobsfordevelopers.com/jobs/front-end-engineer-at-camelotls-com-nov-17-2022-aa3ce4?utm_source=mastodon.world&ref=mastodon.world
#jobalert #jobsearch #hiring
@randomgeek What would you have taken instead of #React? I worked a bit with #Vue and it seemed nice, but I don't have enough experience to comment.
More fun with the #MastodonStarterKit in #Vue that Iโm working on.
Tonight I added a few things:
๐ค Bot Identifier on each post
๐ฑ Display the app used to post, only available on local posts
๐ Moved all styling into a CSS file
๐ Debug view enhanced with more documentation links
Things left to do:
Card displays just donโt look as good as I want.
Review the code for accessibility issues.
Add micro formats to the posts and account info
README guide
Banner? Maybe.

I created a repository for rapidly setting up a new Nuxt 3 project with TailwindCSS. It comes with links to various online IDEs and it includes containerized environment configs, so you can start hacking on it right away.
I know this isn't the end-all be-all, but seeing this before a hand-off or launch always makes me smile. There's a lot you need to know to get into web development, but I'd say that learning about accessibility is pretty simple compared to what you'd need to know to use shiny toys like #React or #Vue. You can do it!

I have a SlimPHP site that Iโm going to switch over so I can make it a PWA. Leaning towards #vue but I want it to be as static as possible. Astro with Vue, maybe?
So it's obvious that I don't like #vue `watchEffect()`. When the output `ref` is also the input, a crazy infinite execution will happen. Yes, `watch()` is definitely more suitable for me!
Byte-Code is hiring Senior 3D Software Engineer
๐ง #c #cplusplus #python #react #vue #aws #docker #seniorengineer
๐ Piacenza, Italy
โฐ Full-time
๐ฐ $90k - $210k (Estimate)
๐ข Byte-Code
Job details https://jobsfordevelopers.com/jobs/senior-3d-software-engineer-at-byte-code-com-dec-14-2022-30311f?utm_source=mastodon.world&ref=mastodon.world
#jobalert #jobsearch #hiring
Well I built the bare bones of this #Vue app that uses the bitly api to get a shortened link and show it to the user when the user enters a url
I am already bored of this app now and don't want to style it ๐
This weekend #vueschool is offering all of their ~80 hours of video lessons for FREE!๐
I think I know what I do this weekend. ๐ค
Something thatโs been taking a lot of thought where I work is type safety across our stack (#Go backend, #Vue frontend)
At the moment the current option weโre looking is #GraphQL and codegen on both sides, but weโve been exploring other options such as gRPC with codegen from proto files or larger systems like Temporal.
Iโm curious how other #developers handle this!
@madeline_pc @collinsworth Here's the full example on #vue 's SCF playground: https://sfc.vuejs.org/#eNp9Ul1vnDAQ/CsbKxKcdIffKRe1qvpeqY91pHCwBCf4Q/ZCEp3471kfBEWJEp5Ye2dmd8Zn8cv7YhpRlKKKTdCeICKN/kZZbbwLBL97PbTQBWcgK+SlSoDsh7KNs5HA2X89N6KFI+SDto87ON7AWVlF9YCB8ru/dUBLELBBPWFbwvU59c13O2Vn5qnkIs2iXBAaP9SEqaJqkf8ZF4mjEpucEiC5p5IbQOzFMvTB1L54iM7yWjwIgFovohJlGg34U4LXSLUSPZGPpZSxa9JuD7Fw4V7yXxFGS9pggdEcTsE9RQxMrMT+HYfkwwnDgZdsMWD4jvND6yfeRDuzK7zKZvXX2ZzZ0w7mNZ01lRY7bfGP0RTz/9lqXHa72wJL3nNWDM2zLB1/53/ngmH7xxPzFT7gxElyCtfIdb6x7y+kOyUuIIZp60eC6WBciwP3p2sOjF48ckX4TFyxTIO9G9iKreWN4DQSOfsGWPQZUrY61qcBWz68SohiQHtPPQPXZ3FVyQW7zC/TAh+eyfwK9XcL0w==
Question: Is this code gross?
<form @submit
.prevent="onShorten($event.target[0].value)">
<input v-model="link" type="text" placeholder="link">
<button type="submit" >Shorten!</button>
</form>
specifically, indexing into the target on event - bad practice?
Also if you know #vue and can tell me the approved way to get input data into an emitter so I can pass it to the parent component, PLEASE I BEG OF YOU
Close is hiring Senior or Staff Frontend Engineer - React
๐ง #java #javascript #python #angular #flask #react #vue #api #graphql #rest #aws #css #docker #elasticsearch #html #mongodb #postgresql #redis #seniorengineer
๐ North America; South America
โฐ Full-time
๐ฐ $100k - $215k (Estimate)
๐ข Close
Job details https://jobsfordevelopers.com/jobs/senior-or-staff-frontend-engineer-react-at-close-apr-20-2022-a51877?utm_source=mastodon.world&ref=mastodon.world
#jobalert #jobsearch #hiring
I'm looking for good examples of using #Pinia in #Vue using the composition style rather than the options style. Curious if anyone has some good pointers? Most of the articles I've found use the options style...and the official docs switch back/forth between options/composition a bit too frequently for my tastes.
(Okay, I just found two...right after posting the question :-P But still, send me anything you've got!)
A new tool is out on it-tools.tech : an RSA key pair generator !
Generate new random RSA private and public key pem certificates.
#ittools #javascript #typescript #vue #json #developers #tool #free #opensource #online #github #key #rsa #generate

Explore our article: Frontend Madness: SPAs, MPAs, PWAs, Decoupled, Hybrid, Monolithic, Libraries, Frameworks! WTF for your PHP backend? https://symfonystation.com/Frontend-Madness-JS-PHP-Backend #javascript #PHP #symfony #Laravel #Drupal #WordPress #React #Vue #Svelte #AlpineJS #Angular #Viewi #PWAs :symfony: :laravel: :drupal: :wordpress:

@fediversenews
The latest version of the Vue ActivityPub Timeline comes with the following new features
๐ Loading icon that works with light and dark theme
๐ Dialog that shows the post thread (ancestor and descendants of the post) in a dialog on the same page
๐ Videos are shown as image preview. On click the video opens in a new tab
see https://www.npmjs.com/package/@networld-to/vue-ap-timeline
New Between the Brackets (a #MediaWiki podcast) dropped, a digest recapping the past few episodes:
https://betweenthebrackets.libsyn.com/episode-134-btb-digest-21 (~22 min)
"Have you missed any recent episodes? Well, here are some clips for you. Hear Eric Gardner defending #Vue.js, Nathan Brewer praising computer scientists of the past, Simon Stier considering the complexities of nested data structures, Ariel Gutman advocating for one language for #WikiFunctions, Waldir Pimenta recounting his adventures in translation, and more!"
One thing I still dislike about #Vue is the lack of support for building #TypeScript generic components. I believe more attention should be given to this issue. I feel frustrated every time I encounter this problem and read the #RFC. ๐
As a contract web developer, Iโve always wondered if I should just the masses and learn #react I know#angular quite well and Iโve worked with #vue for the last year. So to me it seems a lot of effort to learn another front end framework, when I already know two of the main 3. But on the other hand #react is the biggest and most popular and Iโm i cutting out a whole source of possibilities just because this. As independent developers should we learn a variety of things or a few things in depth?
#Development #Launches
Codeverter ยท An AI-powered online tool to transform code across languages and frameworks https://ilo.im/11nef3
_____
#AI #OpenAI #WebDevelopment #WebDev #Library #Frontend #Backend #Framework #Code #Conversion #Tool #JavaScript #TypeScript #Angular #React #Svelte #Vue #Python #Rust #Tailwind #CSS
Bees is hiring FullStack Developer
๐ง #java #javascript #python #springboot #springframework #vue #cypress #azure #cicd #css #git #html #jwt #kafka #kubernetes #mvc
๐ Campinas, Brazil
โฐ Full-time
๐ฐ $90k - $210k (Estimate)
๐ข Bees
Job details https://jobsfordevelopers.com/jobs/fullstack-developer-at-bees-jun-28-2022-106e8a?utm_source=mastodon.world&ref=mastodon.world
#jobalert #jobsearch #hiring
Servian is hiring Senior iOS Developer
๐ง #ios #java #javascript #kotlin #python #swift #angular #firebase #react #vue #android #node #graphql #grpc #rest #aws #azure #cicd #docker #gcp #json #kubernetes #mvc #tdd #seniorengineer
๐ Sydney, Australia
โฐ Full-time
๐ฐ $90k - $210k (Estimate)
๐ข Servian
Job details https://jobsfordevelopers.com/jobs/senior-ios-developer-at-servian-com-jun-30-2021-addebf?utm_source=mastodon.world&ref=mastodon.world
#jobalert #jobsearch #hiring
ๆ่ฟViteใง#vue ๅใใใใใซๅคๆดใใใใ ใใฉใๆๅใใๆฉใใฃใใใฎใฎใใกใคใซๆฐใๅคใใชใใจ็ตๅฑ้ใใชใฃใฆในใใฌในโฆ :blobcatweary:
I just finished the final review of my new book (coming in May): JavaScript All-In-One For Dummies. This one has been my dream to write for over a decade, and I've been working on it for 10 months.
When I used to hire junior developers, I'd find myself (and them) overwhelmed with how much they had to know to be to be productive. This book addresses that.
#JavaScript #Git #vscode #React #Vue #Svelte #ESLint #Jest #Node #webapi #express #mongodb #webpack #babel #vite #rest #jwt #micdrop
New blog post: How to use Mapbox to convert from coordinates to address and back again
https://blog.jws.app/2023/how-to-use-mapbox-to-convert-from-coordinates-to-address-and-back-again/
ๅไธไธชๆจ็น็็ฎๅ #Resume๏ผ #Bytedance #ๅฐ็จๅบ #reactnative #ๅทฅไธ่ฝฏไปถ #CAD #TypeScript #NodeJS #Vue #React #Vite #Electron ็ถๅไบๆฌ่ฝฏไปถๅทฅ็จใ
https://github.com/eddyerburgh/vue-test-utils-karma-example - getting #karma to work with #webpack (Vue, React, etc) is hard. Nice code sample https://twitter.com/EddYerburgh. Does this work with #Vue 3 CLI projects?

Btw, I love that it looks like https://modrinth.com/ is written in #Nuxt! As a #Vue developer this warms my heart ๐!
Hello Fediverse, it is nice to be here.
We're an open-source workbench that helps scientists describe life on Earth.
You can read more at https://taxonworks.org and https://docs.taxonworks.org.
You can chat with us at https://matrix.to/#/#TaxonWorks:gitter.im.
We meet unconference-style every week: https://speciesfilegroup.org/events.html, join us!
Help us diversify so that we may better describe diversity. Contributions of all sizes welcome, Join us!
#open-science #biodiversity #taxonomy #evolution #Rails #Vue
@Pepijn I made a little web app to turn images in to pixels! Itโs a little slow sometimes but when it works it can produce some fun art! https://pixelate.pictures
[๐ฅ] ยกAtenciรณn #developer!
ยฟQuieres mejorar tus skills en Vue.js? VueSchool deja TODOS sus cursos GRATIS durante un fin de semana (18-19 Marzo)
Aprovecha para aprender mejores prรกcticas, nuevas herramientas y tรฉcnicas #Vue #Vuejs #JavaScript
@objectref I did not expect that I would find misery programming with #Xcode again but I have to admit that the latest version is still slow and buggy. At least for
#swift development. ๐
Joke beside, I recently started working on an app project again and still canโt belive how often autocomplete just completely stops working or is unbelievable slow. Especially when working with combine pipelines. And I expect differently on a M2 Max. And I always thought #volar for #vue is slow.
I wrote those things to use with #Vue and used it for very large collections, of many data shapes, and used it in production successfully with: Element UI [1], #Vuetify, and even non #Vue projects with web components in #Lit https://lit.dev
@jarrett thatโs good to know. I donโt usually build UIs but need something quick to present complex data in several grids. I quickly learned #vue and am quite impressed with the simplicity but sad that it doesnโt come with built in components for UI. I discovered #vuetify and itโs easy to use but the table is very basic. In Jan they have introduced data-tables as a part of #vuetify labs soโฆ needed to find something else.
Thanks for the suggestion, this is very helpful.
Hi #javascript experts - looking for recommendations on #vue 3 data tables or grid that supports basic filter, sort and pagination. #opensource only please. #vuejs #js
Another release for Misskey - upgrade to v13.9.1 now ... server performance improvement and bug fixes
https://github.com/misskey-dev/misskey/releases/tag/13.9.1
#misskey #opensource #foss #fediverse #misskeydev #social #network #socialnetwork #microblog #activitypub #typescript #vue #pnpm #vite

Am I going mad or is it not possible to populate <input type=โdateโ> in #vue???
@kaiserkiwi fรผhle ich sehr den Artikel! In meinem #CodingBootcamp waren #React und #Vue der Hauptfokus (mehr React) und die Wahrscheinlichkeit ist hรถher einen Job in der Branche zu bekommen, weil es so populรคr ist.
Aber schon kurz danach habe ich gemerkt, wie mir die Grundlagen fehlten, deswegen fokussiere ich mich mittlerweile sehr auf HTML und CSS
Brave is hiring Search Engineer - Front End
๐ง #javascript #python #angular #react #vue #api #aws #css #html
๐ Anywhere, but European timezones preferred (or at least a significant overlap with European timezones).
โฐ Full-time
๐ฐ $70k - $200k
๐ข Brave
Job details https://jobsfordevelopers.com/jobs/search-engineer-front-end-at-brave-jan-26-2023-00eb7e?utm_source=mastodon.world&ref=mastodon.world
#jobalert #jobsearch #hiring
To help speed up posting brighton.dog posts to 4 social networks I made a #VueJS app with tags, image compositor, url shortener etc โ works great with the double pane view in Arc Browser โย https://dogram.netlify.app

#Development #Trends
The evolution of Signals in JavaScript ยท Whatโs behind the recent frontend buzz around the term โSignalsโ? https://ilo.im/11dpft
_____
#Development #Trends
#WebDevelopment #WebDev #Frontend #Framework #Library #JavaScript #Signals #Angular #Qwik #React #Solid #Svelte #Vue
I promise to post about #vue again at some point! But now I started my Hufflepuff career after I finished Ravenclaw ๐ #HogwartsLegacy
The linked article says it correctly, but saying "null string", can be confused as
<img src="..." alt="null" />
You probably meant an empty alt attribute;
<img src="..." alt="" />
Because at the native #DOM level of #HTML, in contrast to what we see in framework docs, property or attribute are, value typling wise, only strings.
In #React or #Angular, or #Vue frameworks docs in HTML looking templates shows passing other types, like boolean, null, object, arrays, ...
For the first time in like 2 years or so I started a greenfield Vue project (not counting the custom Eleventy SSR for my personal website).
The combination #Vue 3 + @vite + #TypeScript is great.
Even if youโre not planning to go all-in on TypeScript, I would still recommend switching it on. With Vite thereโs practically zero setup time and autocomplete will be so much nicer with TypeScript.
ใขใฏใปใทใใชใใฃใผ็ใซใฏใใชใใจใ JSใใฟใใใชๅ็งฐใฎใฉใคใใฉใชใฎใใใทใฅใฟใฐใฏ #VueJS ใจใ #RiotJS ใจใใๆจๅฅจใชใฎใใช๏ผ้ณๅฃฐ่ชญใฟไธใใจใ่ๆ ฎใใใจ๏ผ
#Vue ใจใ #Svelte ใจใใฏใใใฎๅๅใงใใใฉใคใใฉใชๅใฃใฆ่ช่ญใงใใใใฉ #RiotJS ใจใ #SolidJS ใจใใฏๅ่ชใ ใใ ใจไธ่ฌๅ่ฉใซใชใฃใกใใใใ ใใช :tony_smiling: ๐ฆ
I'm doing frontend with #Vue and I'm actually getting stuff done. I'm good at surprising myself
After doing #Vue for many years, I still admire how awesome it is, and how some things I would expect not to work, still work. Impresses me every time.
New liked #link: "Component Party"
https://component-party.dev/
#react #js #svelte #vue #components #solid โข #Otter
@lewisdaleuk @nhoizey @Julianoe @eleventy @jeromecoupe Very cool that my blog helped you out! I went all in on WordPress as a content hub and now use a multi-site install to provide content for a few of my projects. One is Eleventy, one is #laravel and the third I'm working through is a #vue #NuXT build.
Felt like overkill at the time but one install of WordPress for everything has been really nice.
still working on upgrading #vue/#vuetify project from 2.x to 3.x ๐ฅด
I think I'm getting close? Posted on #StackOverflow all of 6 mins ago and don't have an answer, figured I'd share it here too:
https://stackoverflow.com/questions/75451497/what-is-causing-this-uncaught-typeerror-cannot-read-properties-of-undefined-r
@davidbisset @andy JS frameworks have been overhyped from day one. I was taught React in my coding boot camp and have not used it directly since then. #React #Vue #PHP
STILL working on my #Vue issue. Unfortunately `vue create` makes a 2.6 project, not 2.7. Nor does it support an option to use 2.6 with the composition API. So tomorrow I'll start fresh:
1. Create a fresh, clean 2.6.x project (TS, Router, Vuex, SCSS)
2. Add #Vuetify
3. Install the composition API
4. Make a component using the composition API
5. Upgrade to Vue 2.7.x
6. Make code changes necessary to use the built-in API.
7. Fingers crossed, the 40th time is the charm.
Just learned about the upcoming *Vapor Mode* in #Vue. If you only use a reduced set of Vue features, you can drop Virtual DOM runtime from the bundle.
https://blog.vuejs.org/posts/2022-year-in-review.html
Tell me you're building a SaaS product and mobile app all by yourself and just pushing to main all day long, without actually telling me you are ๐ฌ
#developer #frontend #FrontendDevelopment #FullstackDeveloper #Javascript #Vue #Supabase #SaaS
I'm using v-combobox (https://next.vuetifyjs.com/en/components/combobox/) with my #vuetify / #vue app but throwing ~1200 options at it was bogging it down. I couldn't find a documented option for requiring a certain number of characters before auto-suggesting values and then something came to mind. I used a computed property with ...
if(this.companyName != null && this.companyName.length > 3){
return companyNameValues;
}else{
return [];
}
... and that worked perfectly. :ablobcatattention:
Pastefy is an #opensource self-hostable Pastebin.
Hey front-end dev ๐ฉโ๐!
Would you recommend using vite/rollup as opposed to vue-cli/webpack 5 for an app that is largely used by older mobile phone browsers? The documentation for supporting older browsers is clear but very short and almost seems like itโs not an expected use case.
A question to the (open-source) web developers out there: suppose that you have a monorepo where you have both a #Python #Flask-based web server (under myapp) and a #Vue frontend (under myapp/something/webapp/src).
Running the usual npm commands in the directory of the webapp builds all the static files under dist, as usual.
How do you package and distribute your app in a way that is both user-friendly (the user shouldn't do an npm install / npm run build unless they really want to install from sources), clean for the codebase, and easy to maintain?
I'm asking because this is exactly the situation where #Platypush currently is.
As of now, the frontend's dist directory is part of the repo, so I build it / commit it whenever there's a change on the frontend.
This is nice for the user because just typing a `pip install platypush` does everything, with no extra requirements for node/npm and no extra time spent building the frontend files.
However, it's very ugly for the codebase. I basically have a big folder of uglified JS and static resources stored permanently in my repo, and that has to be rebuilt and committed every time I change the FE (which makes commits way less readable, and it also makes the .git folder quite big).
I've thought of several other solutions, but I'm not really happy with any of them:
1. `pip install` also does `npm install`. Of course, this would keep the codebase way cleaner, but it means that the user now also needs node+npm (besides the Python dependencies), and the build/install time will take ~1 minute more.
2. Split the FE into a separate project and import it via git submodule. Cleaner, it would also clearly separate the BE from the FE, but the FE still needs to be built at some point - so I suppose that, before a new package is released, there should be a pipeline that builds the dist files for the FE, and puts the dist folder into the released Python package. Also, this would only work if the user installs the latest stable version via `pip install`. Installing from a repo clone would still mean building the FE.
3. Have a pipeline in place that, after every commit to main, also builds the FE files and uploads them somewhere, tagging the archive either with the release number or the SHA hash of the associated commit. Upon installation, the script will just download and unpack the version of the FE dist bundle associated to the target application version. Neat from a user perspective, easy to scale (and even to wrap in a Dockerfile), but quite expensive in terms of computation (an npm install/build needs to run on every commit, and my webapp is quite large) and storage (my dist folder is ~20 MB, storing a dist archive per commit can easily get into the domain of several GBs).
Is there any solution you prefer? Or maybe a better way of packaging and distributing "mixed" Flask+Vue apps that I haven't considered?
Check out this project: https://shoelace.style/
It is like bootstrap but uses WebComponents.
Completely framework agnostic ๐
#WebDevelopment #WebComponents #CSS #React #Angular #Vue #Shoelace
Here's a screenshot of what scripting looks like
I want more people to try this engine so please try it or help people know it exists โค๏ธ
You can also signal boost it on the Twitter thread (https://twitter.com/NarratEngine/status/1620903986730778626)
Or the Tumblr post (https://www.tumblr.com/bubbline3456/708071346693865473/narrat-engine-demo-narrat-is-a-game-engine-i?source=share)
๐ Get started using it on the website https://get-narrat.com/
#Narrat #gamedev #javascript #typescript #vue #programming #gaming #html #indiedev #rpg #project #tech #visualnovel #interactivefiction
Here's a little features list for it
๐ Super easy to get started with a tool that will setup your project
โ๏ธ Customisable characters, branching dialog and conditions
๐ฉโ๐ป Super easy scripting with a custom made language that focuses on letting you write dialog
๐งAudio support for music loops and sound effects
๐RPG features like skills with skill checks, inventory, quests
๐จ Accessible UI customisation with CSS
โ๏ธ Extremely configurable
๐กPlugin system to add functionality to the engine, new bits of UI or even extend the scripting language with your own commands!
๐ฅ๏ธ Steam export setup by default
๐ฌ Support for GIFs or webp in images for easy animation
๐ผ๏ธ Dynamic sprites and text to programmatically display custom elements on screen
๐ Completely free and open source, and with a helpful Discord
#Narrat #gamedev #javascript #typescript #vue #programming #gaming #html #indiedev #rpg #project #tech #visualnovel #interactivefiction
๐ If you just want to try it, , get on the website itโs very quick (https://get-narrat.com)
Here are some screenshots of games that have been made on it by people (Links to those games are on the website)
I don't really have a big network of followers so the only people can learn about this engine is if other people help spread info about it
#Narrat #gamedev #javascript #typescript #vue #programming #gaming #html #indiedev #rpg #project #tech #visualnovel #interactivefiction
Narrat ๐ has been getting a bit of attention again so here's another intro of the engine. I think most people who might be interested in this don't actually know about it so I'm hoping to reach more people for once.
Narrat is a game engine I created to easily make interactive fiction games (narrative RPGs, visual novels etc) for desktop or browser.
Iโve worked on this game engine for some time, mostly to help friends make their games. Itโs been used on a few small games, and some bigger ones in progress.
This Tumblr post has more details and could do with a signal boost as it's getting attention https://www.tumblr.com/bubbline3456/708071346693865473/narrat-engine-demo-narrat-is-a-game-engine-i?source=share
There's also a Patreon:
https://www.patreon.com/NarratEngine
๐งต
#Narrat #gamedev #javascript #typescript #vue #programming #gaming #html #indiedev #rpg #project #tech #visualnovel #interactivefiction