Browser Based Archives – GameFromScratch.com Game Development News, Tutorials and More Wed, 20 Jan 2021 14:51:34 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.2 https://gamefromscratch.com/wp-content/uploads/2020/07/GFS-1.png Browser Based Archives – GameFromScratch.com 32 32 GameMaker Creator YoYo Games Sold To Opera https://gamefromscratch.com/gamemaker-creator-yoyo-games-sold-to-opera/ Wed, 20 Jan 2021 14:49:10 +0000 https://gamefromscratch.com/?p=24399 GameFromScratch.com
GameMaker Creator YoYo Games Sold To Opera

YoYo Games, creators of the popular GameMaker game engine, have just been sold to Opera. Opera is best known for their web browser of the same name. YoYo games was previously owned by gambling company Playtech and according to this Gamasutra article, was just sold for $10M, a loss of …

GameMaker Creator YoYo Games Sold To Opera Read More

The post GameMaker Creator YoYo Games Sold To Opera appeared first on GameFromScratch.com.

]]>
Beepbox Easy Online Music Sketching Application https://gamefromscratch.com/beepbox-easy-online-music-sketching-application/ Sun, 22 Nov 2020 16:01:01 +0000 https://gamefromscratch.com/?p=23998 GameFromScratch.com
Beepbox Easy Online Music Sketching Application

Beepbox is a free online tool for quickly generating music via sketching. It’s written in a combination of JavaScript and TypeScript with the source code available on GitHub under the very permissive MIT license. Getting started with Beepbox is as simple as going to the website and starting to lay …

Beepbox Easy Online Music Sketching Application Read More

The post Beepbox Easy Online Music Sketching Application appeared first on GameFromScratch.com.

]]>
Godot Engine Web Update https://gamefromscratch.com/godot-engine-web-update/ Fri, 30 Oct 2020 13:58:58 +0000 https://gamefromscratch.com/?p=23861 GameFromScratch.com
Godot Engine Web Update

The Godot game engine recently released a developer update of their Web export development progress. This blog post discussed some of the upcoming features of the new WIP web exporter, including work to support GDNative on the Web, which would be a huge step forward. Of perhaps more interest though …

Godot Engine Web Update Read More

The post Godot Engine Web Update appeared first on GameFromScratch.com.

]]>
PlayCanvas Plan Changes https://gamefromscratch.com/playcanvas-plan-changes/ Wed, 22 Jul 2020 00:00:00 +0000 https://gamefromscratch.com/playcanvas-plan-changes/ GameFromScratch.com
PlayCanvas Plan Changes

The PlayCanvas HTML5 3D game engine just received a major update to the plans, adding major new features with no increase in price.  The new plans:The major changes are:5-10x increase on storage for all tiers Free: 200MB → 1GB Personal: 1GB → 10GB Organization: 10GB → 50GBCustomize the loading screen – remove PlayCanvas branding Download [...]

The post PlayCanvas Plan Changes appeared first on GameFromScratch.com.

]]>
WebGLStudio Hands-On https://gamefromscratch.com/webglstudio-hands-on/ Thu, 18 Jun 2020 00:00:00 +0000 https://gamefromscratch.com/webglstudio-hands-on/ GameFromScratch.com
WebGLStudio Hands-On

Today we are looking at the game engine/framework combo WebGLStudio, an entirely browser based game engine with a complete visual editor. Key features of WebGLStudio include:A full 3D graphics engine (LiteScene.js) that supports multiple lights, shadowmaps, realtime reflections, custom materials, postFX, skinning, animation, and much more. An easily extended, component-based system for controlling the rendering [...]

The post WebGLStudio Hands-On appeared first on GameFromScratch.com.

]]>
AudioMass Web Based Audio Editor https://gamefromscratch.com/audiomass-web-based-audio-editor/ Wed, 03 Jun 2020 00:00:00 +0000 https://gamefromscratch.com/audiomass-web-based-audio-editor/ GameFromScratch.com
AudioMass Web Based Audio Editor

AudioMass is an open source browser based audio editor in the same vein as Audacity, designed to run in the browser but to not behave like a typical web applications.Features of AudioMass include:Loading Audio, navigating the waveform, zoom and pan Visualization of frequency levels Peak and distortion signaling Cutting/Pasting/Trimming parts of the audio Inverting and [...]

The post AudioMass Web Based Audio Editor appeared first on GameFromScratch.com.

]]>
Godot Running In a Browser https://gamefromscratch.com/godot-running-in-a-browser/ Sat, 30 May 2020 00:00:00 +0000 https://gamefromscratch.com/godot-running-in-a-browser/ GameFromScratch.com
Godot Running In a Browser

Thanks in part to a $50,000 award from the Mozilla foundation, the Godot game engine is gaining the ability to be run in a web browser.   You can try it out right here if you have the latest version of a Chrome based browser, or Firefox Nightly.Explanation for the rationale for Godot in a Browser [...]

The post Godot Running In a Browser appeared first on GameFromScratch.com.

]]>
Ct.js 2D Game Engine https://gamefromscratch.com/ct-js-2d-game-engine/ Mon, 20 Apr 2020 00:00:00 +0000 https://gamefromscratch.com/ct-js-2d-game-engine/ GameFromScratch.com
Ct.js 2D Game Engine

Today we are checking out Ct.js, a cross platform open source 2D game engine/editor.  Available for Windows, Mac and Linux, Ct.js is a surprisingly full featured and easy to use game engine with a modular full level editor, easy programming and excellent documentation.  It’s source code is available on GitHub under the MIT open source [...]

The post Ct.js 2D Game Engine appeared first on GameFromScratch.com.

]]>
NormalMap & Texture Generator Online https://gamefromscratch.com/normalmap-texture-generator-online/ Mon, 01 Apr 2019 00:00:00 +0000 https://gamefromscratch.com/normalmap-texture-generator-online/ GameFromScratch.com
NormalMap & Texture Generator Online

Instead of reporting the April 1st “news”, today we are instead going to look at a pair of excellent free texturing tools that run entirely in your browser, Normal Map Online and Texture Generator Online.  Normal Map online can be sued to create normal, displacement, ambient occlusion and specular maps from a simple height map [...]

The post NormalMap & Texture Generator Online appeared first on GameFromScratch.com.

]]>
Visual Studio Code In The Browser https://gamefromscratch.com/visual-studio-code-in-the-browser/ Tue, 05 Mar 2019 00:00:00 +0000 https://gamefromscratch.com/visual-studio-code-in-the-browser/ GameFromScratch.com
Visual Studio Code In The Browser

Microsoft’s Visual Studio Code is one of the most popular cross platform open source code editors available today and for good reasons.  It’s fast, free, expandable and incredibly well supported.  Have you ever wanted to run Visual Studio Code remotely or perhaps host it as the editor in your own cloud based product?  Well now [...]

The post Visual Studio Code In The Browser appeared first on GameFromScratch.com.

]]>