February 6, 2010

WebGL is getting hot after being supported by modern browsers Firefox, Chrome and Safari. Now you can even create amazing apps with CopperLicht, a fast JavaScript 3D engine for creating games and 3d applications in the webbrowser. It uses the WebGL canvas supported by modern browsers and is able to render hardware accelerated 3d graphics without any plugins.

copperlicht

Key features :

  • 3D World editor: CopperLicht comes with a full 3D world editor named CopperCube.
  • Many supported 3D file formats: .3ds, .obj, .x, .lwo, .b3d, .csm, .dae, .dmf, .oct, .irrmesh, .ms3d, .my3D, .mesh, .lmts, .bsp, .md2, .stl. and more, see below.
  • Incredibly fast: CopperLicht is highly optimized and able to render and animate even huge 3d scenes.
  • Simple API: CopperLicht is a SceneGraph based 3D engine, and a lot of examples and tutorials are available to show you how it works.
  • Binary compilation: Unlike other WebGL 3D Engines, CopperLicht compiles your 3D meshes into a small, binary file which downloads quickly, reducing bandwith usage for your users. Simply import your 3D files into the CopperCube editor and publish it as CopperLicht scene.
  • Totally free: CopperLicht is free to use. Just download and go!
  • Continue reading "CopperLicht, fast WebGL JavaScript 3D Engine" »

February 6, 2010

itsnat
ItsNat is a server centric Java AJAX web framework with the same style of programming as the client, because ItsNat approach is "The Browser Is The Server" (TBITS). ItsNat simulates a Universal W3C Java Browser in the server, client events are sent to the server via AJAX and converted to W3C Java DOM Events, changes in DOM server are automatically sent to the client as JavaScript updating the client DOM. In ItsNat templates are defined using pure X/HTML or SVG files with no logic. View logic is coded in pure Java using Java W3C DOM APIs promoting reuse and the goodness of Object Oriented Programming.

This release, 0.7, is highly focused on SVG, these days web technologies like HTML 5 and SVG are trying to achieve the same Flash capabilities tanks to browser makers and projects like SVGWeb sponsored by Google.

ItsNat v0.7 adds first class support of SVG in native browsers and Internet Explorer using a broad range of plugins: Adobe SVG Viewer (v3 and v6), Renesis 1.1, Savarese Ssrc, SVGWeb and Batik as applet. Savarese Ssrc also provides XUL to MSIE.

Continue reading "ItsNat Natural Ajax v0.7 Released" »

January 23, 2010

If you are looking to turn your IIS, ASP.NET server into a highly scalable HTTP Comet/Reverse Ajax server, your solution could be called Websync, by Frozen Mountain Software. Websync is cool, because unlike every other comet server currently available, it doesn't require a separate server, instead it runs directly with IIS. It takes about 2 lines in your web.config to get it going, and we've tested 30,000 users simultaneously on a single $400 Acer desktop with 3gig of RAM.

websync-server

More features include :
- an embedded JavaScript client (only 9 KB!) and .NET client.
- server-side publishers for .NET and PHP
- uses open protocols and proven technology (HTML5, Ajax, JSONP, Bayeux).
- allows secure, controlled access and virtually unlimited scalability.
- offers complete end-to-end application integration.

Websync is a commercial product, pricing start from $749. More information and download at http://frozenmountain.com.

The new version offers upgraded performance, scalability and complete developer and designer freedom to design and customize Web 2.0 like user interfaces

Gizmox, the developer of Visual WebGui web/cloud applications platform announced today the release of its Visual WebGui 6.4 beta 1 version. The new version offers enhanced performance as well as enhanced customization, extension and user interface designing capabilities. The expanded capabilities include the integration of the jQuery library for faster behavior customization and user interface extension. This enables developers to create Web 2.0 user interfaces (UI) in a more expedited and easier manner. In addition, the integration allows jQuery developers to offer a path empowering the jQuery based UI, while maintaining the Visual WebGui server power and security which are vital for data secured - sensitive applications.

VisualWebGui

With the original VB6 like drag and drop development practices that earned Visual WebGui its popularity as an open source enterprise .Net Ajax platform, the new version lends its simple VB6 like web development empowerment to jQuery developers. In addition, Visual WebGui developers will be able to develop applications using full object oriented environment by utilizing the power of the server and at the same time to write extensions using one of the most popular client side frameworks.

Continue reading "Visual WebGui platform further enhances its SDK with the integration of jQuery in its new 6.4 version" »

December 8, 2009

dhtmlx scheduler
DHTMLX team has announced the availability of version 2.1 of dhtmlxScheduler, a lightweight and highly customizable Ajax calendar component for creating rich scheduling UI. The update includes numerous enhancements and bug fixes, and introduces the following new features:

- Agenda View, which allows users to see the list of oncoming events starting from the current date (if needed, this starting date may be easily changed).

- In addition to Day/Week/Month Views, version 2.1 provides the ability to display events in the Year View.

- The update includes multiple extensions for the most common use-cases such as: read-only form, loading from multiple sources, key navigation, html templates, etc.

- Online Skin Builder for dhtmlxScheduler now provides developers with the ability to choose the coloring scheme for the calendar, or change the colors of each part of the skin.

- Localization capabilities of dhtmlxScheduler have been extended. The list of supported languages includes Chinese, Japanese, French, Finnish, German, Hebrew, Portuguese, Spanish, Russian, and more.

Version 2.1 also provides much more samples, which demonstrate the capabilities of the calendar and simplify the use of the component. For more info and download please visit this page.

AmpleSDK
Ample SDK is a standard-based cross-browser JavaScript GUI Framework for building Rich Internet Applications. It employs XML technologies (such as XUL, SVG or HTML5) for UI layout, CSS for UI style and JavaScript for application logic. It equalizes browsers and brings technologies support to those missing any.

Today's web browsers are playing a role more and more crucial in web application development since they're becoming the web platforms that we build on, but for web application developers problems to solve remain the same : use of open technologies and standards while assuring compatibility between different browsers and devices. AMPLE SDK provides a client-side application layer to build standards-based GUI using open technologies and guarantee a compatibility with most web browsers. No need to learn anything new !

The SDK simplifies coding client-side applications by providing common playground across all web-browsers. It doesn't modify/enforce any new programming practices or API - only standard technologies used. It enables XUL (Mozilla-based GUI technology) cross-browser, as well as it adds SVG 1.1 to the Internet Explorer. And many more.

The project is available under MIT and GPL license, more information and download available at http://www.amplesdk.com/